W32: Correctly set maximized window position
authorРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 26 Mar 2015 15:22:07 +0000 (15:22 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 26 Mar 2015 15:43:17 +0000 (15:43 +0000)
commitaf9f6fca5f4e735cfa1753e140402f5adbfcc646
tree17cf2d7fb0f63f06fe55f0a20af8f81dea05f2f2
parent371a3a787176be03180f6bd2b1ffe093d53eef49
W32: Correctly set maximized window position

Use screen workarea to *also* set the position of a maximized window,
not just its size. Without this the window position defaults to 0:0
(the topleft corner), which is wrong when taskbar is position along the
top or left edge of the screen.

https://bugzilla.gnome.org/show_bug.cgi?id=746821
gdk/win32/gdkevents-win32.c